Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal typeName As String, _ ByVal methodName As String, _ ByVal userState As Object, _ ByVal ParamArray args() As Object _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim typeName As String Dim methodName As String Dim userState As Object Dim args() As Object Dim instance As New InvokeServerMethodEventArgs(typeName, methodName, userState, args) |
C# | |
---|---|
public InvokeServerMethodEventArgs( string typeName, string methodName, object userState, params object[] args ) |
C++/CLI | |
---|---|
public: InvokeServerMethodEventArgs( String^ typeName, String^ methodName, Object^ userState, ... array<Object^>^ args ) |
Parameters
- typeName
- methodName
- userState
- args
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family